• frmSubCategory.Designer.vb
  • project /
1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmSubCategory
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
26         Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
27         Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
28         Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
29         Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
30         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmSubCategory))
31         Me.Panel1 = New System.Windows.Forms.Panel()
32         Me.Panel6 = New System.Windows.Forms.Panel()
33         Me.txtSearchBySubCategory = New System.Windows.Forms.TextBox()
34         Me.Label4 = New System.Windows.Forms.Label()
35         Me.Panel5 = New System.Windows.Forms.Panel()
36         Me.txtSearchByCategory = New System.Windows.Forms.TextBox()
37         Me.Label5 = New System.Windows.Forms.Label()
38         Me.Panel4 = New System.Windows.Forms.Panel()
39         Me.cmbCategory = New System.Windows.Forms.ComboBox()
40         Me.Label2 = New System.Windows.Forms.Label()
41         Me.Label3 = New System.Windows.Forms.Label()
42         Me.txtSubCategory = New System.Windows.Forms.TextBox()
43         Me.Panel3 = New System.Windows.Forms.Panel()
44         Me.btnDelete = New System.Windows.Forms.Button()
45         Me.btnClose = New System.Windows.Forms.Button()
46         Me.btnUpdate = New System.Windows.Forms.Button()
47         Me.btnSave = New System.Windows.Forms.Button()
48         Me.btnNew = New System.Windows.Forms.Button()
49         Me.dgw = New System.Windows.Forms.DataGridView()
50         Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
51         Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
52         Me.Column3 = New System.Windows.Forms.DataGridViewTextBoxColumn()
53         Me.Panel2 = New System.Windows.Forms.Panel()
54         Me.Label1 = New System.Windows.Forms.Label()
55         Me.lblUser = New System.Windows.Forms.Label()
56         Me.txtID = New System.Windows.Forms.TextBox()
57         Me.Panel1.SuspendLayout()
58         Me.Panel6.SuspendLayout()
59         Me.Panel5.SuspendLayout()
60         Me.Panel4.SuspendLayout()
61         Me.Panel3.SuspendLayout()
62         CType(Me.dgw, System.ComponentModel.ISupportInitialize).BeginInit()
63         Me.Panel2.SuspendLayout()
64         Me.SuspendLayout()
65         
'
66         
'Panel1
67         
'
68         Me.Panel1.BackColor = System.Drawing.Color.White
69         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
70         Me.Panel1.Controls.Add(Me.Panel6)
71         Me.Panel1.Controls.Add(Me.Panel5)
72         Me.Panel1.Controls.Add(Me.Panel4)
73         Me.Panel1.Controls.Add(Me.Panel3)
74         Me.Panel1.Controls.Add(Me.dgw)
75         Me.Panel1.Controls.Add(Me.Panel2)
76         Me.Panel1.Location = New System.Drawing.Point(
7, 9)
77         Me.Panel1.Name =
"Panel1"
78         Me.Panel1.Size = New System.Drawing.Size(
563, 611)
79         Me.Panel1.TabIndex =
2
80         
'
81         
'Panel6
82         
'
83         Me.Panel6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
84         Me.Panel6.Controls.Add(Me.txtSearchBySubCategory)
85         Me.Panel6.Controls.Add(Me.Label4)
86         Me.Panel6.Location = New System.Drawing.Point(
219, 156)
87         Me.Panel6.Name =
"Panel6"
88         Me.Panel6.Size = New System.Drawing.Size(
217, 70)
89         Me.Panel6.TabIndex =
3
90         
'
91         
'txtSearchBySubCategory
92         
'
93         Me.txtSearchBySubCategory.BackColor = System.Drawing.Color.White
94         Me.txtSearchBySubCategory.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
95         Me.txtSearchBySubCategory.Location = New System.Drawing.Point(
13, 32)
96         Me.txtSearchBySubCategory.Name =
"txtSearchBySubCategory"
97         Me.txtSearchBySubCategory.Size = New System.Drawing.Size(
196, 21)
98         Me.txtSearchBySubCategory.TabIndex =
0
99         
'
100         
'Label4
101         
'
102         Me.Label4.AutoSize = True
103         Me.Label4.Location = New System.Drawing.Point(
10, 10)
104         Me.Label4.Name =
"Label4"
105         Me.Label4.Size = New System.Drawing.Size(
129, 13)
106         Me.Label4.TabIndex =
12
107         Me.Label4.Text =
"Search By Sub Category :"
108         
'
109         
'Panel5
110         
'
111         Me.Panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
112         Me.Panel5.Controls.Add(Me.txtSearchByCategory)
113         Me.Panel5.Controls.Add(Me.Label5)
114         Me.Panel5.Location = New System.Drawing.Point(
9, 156)
115         Me.Panel5.Name =
"Panel5"
116         Me.Panel5.Size = New System.Drawing.Size(
204, 70)
117         Me.Panel5.TabIndex =
1
118         
'
119         
'txtSearchByCategory
120         
'
121         Me.txtSearchByCategory.BackColor = System.Drawing.Color.White
122         Me.txtSearchByCategory.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
123         Me.txtSearchByCategory.Location = New System.Drawing.Point(
13, 32)
124         Me.txtSearchByCategory.Name =
"txtSearchByCategory"
125         Me.txtSearchByCategory.Size = New System.Drawing.Size(
186, 21)
126         Me.txtSearchByCategory.TabIndex =
0
127         
'
128         
'Label5
129         
'
130         Me.Label5.AutoSize = True
131         Me.Label5.Location = New System.Drawing.Point(
10, 10)
132         Me.Label5.Name =
"Label5"
133         Me.Label5.Size = New System.Drawing.Size(
104, 13)
134         Me.Label5.TabIndex =
12
135         Me.Label5.Text =
"Search By Category:"
136         
'
137         
'Panel4
138         
'
139         Me.Panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
140         Me.Panel4.Controls.Add(Me.cmbCategory)
141         Me.Panel4.Controls.Add(Me.Label2)
142         Me.Panel4.Controls.Add(Me.Label3)
143         Me.Panel4.Controls.Add(Me.txtSubCategory)
144         Me.Panel4.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
145         Me.Panel4.Location = New System.Drawing.Point(
9, 75)
146         Me.Panel4.Name =
"Panel4"
147         Me.Panel4.Size = New System.Drawing.Size(
297, 70)
148         Me.Panel4.TabIndex =
0
149         
'
150         
'cmbCategory
151         
'
152         Me.cmbCategory.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
153         Me.cmbCategory.FormattingEnabled = True
154         Me.cmbCategory.Location = New System.Drawing.Point(
125, 38)
155         Me.cmbCategory.Name =
"cmbCategory"
156         Me.cmbCategory.Size = New System.Drawing.Size(
157, 23)
157         Me.cmbCategory.TabIndex =
1
158         
'
159         
'Label2
160         
'
161         Me.Label2.AutoSize = True
162         Me.Label2.Location = New System.Drawing.Point(
10, 38)
163         Me.Label2.Name =
"Label2"
164         Me.Label2.Size = New System.Drawing.Size(
61, 15)
165         Me.Label2.TabIndex =
5
166         Me.Label2.Text =
"Category :"
167         
'
168         
'Label3
169         
'
170         Me.Label3.AutoSize = True
171         Me.Label3.Location = New System.Drawing.Point(
10, 10)
172         Me.Label3.Name =
"Label3"
173         Me.Label3.Size = New System.Drawing.Size(
86, 15)
174         Me.Label3.TabIndex =
0
175         Me.Label3.Text =
"Sub Category :"
176         
'
177         
'txtSubCategory
178         
'
179         Me.txtSubCategory.BackColor = System.Drawing.Color.White
180         Me.txtSubCategory.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
181         Me.txtSubCategory.Location = New System.Drawing.Point(
125, 11)
182         Me.txtSubCategory.Name =
"txtSubCategory"
183         Me.txtSubCategory.Size = New System.Drawing.Size(
157, 21)
184         Me.txtSubCategory.TabIndex =
0
185         
'
186         
'Panel3
187         
'
188         Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
189         Me.Panel3.Controls.Add(Me.btnDelete)
190         Me.Panel3.Controls.Add(Me.btnClose)
191         Me.Panel3.Controls.Add(Me.btnUpdate)
192         Me.Panel3.Controls.Add(Me.btnSave)
193         Me.Panel3.Controls.Add(Me.btnNew)
194         Me.Panel3.Location = New System.Drawing.Point(
442, 75)
195         Me.Panel3.Name =
"Panel3"
196         Me.Panel3.Size = New System.Drawing.Size(
111, 174)
197         Me.Panel3.TabIndex =
2
198         
'
199         
'btnDelete
200         
'
201         Me.btnDelete.Cursor = System.Windows.Forms.Cursors.Hand
202         Me.btnDelete.FlatStyle = System.Windows.Forms.FlatStyle.Popup
203         Me.btnDelete.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
204         Me.btnDelete.Location = New System.Drawing.Point(
13, 103)
205         Me.btnDelete.Name =
"btnDelete"
206         Me.btnDelete.Size = New System.Drawing.Size(
82, 28)
207         Me.btnDelete.TabIndex =
3
208         Me.btnDelete.Text =
"&Delete"
209         Me.btnDelete.UseVisualStyleBackColor = True
210         
'
211         
'btnClose
212         
'
213         Me.btnClose.Cursor = System.Windows.Forms.Cursors.Hand
214         Me.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Popup
215         Me.btnClose.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
216         Me.btnClose.Location = New System.Drawing.Point(
13, 134)
217         Me.btnClose.Name =
"btnClose"
218         Me.btnClose.Size = New System.Drawing.Size(
82, 28)
219         Me.btnClose.TabIndex =
4
220         Me.btnClose.Text =
"&Close"
221         Me.btnClose.UseVisualStyleBackColor = True
222         
'
223         
'btnUpdate
224         
'
225         Me.btnUpdate.Cursor = System.Windows.Forms.Cursors.Hand
226         Me.btnUpdate.FlatStyle = System.Windows.Forms.FlatStyle.Popup
227         Me.btnUpdate.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
228         Me.btnUpdate.Location = New System.Drawing.Point(
13, 72)
229         Me.btnUpdate.Name =
"btnUpdate"
230         Me.btnUpdate.Size = New System.Drawing.Size(
82, 28)
231         Me.btnUpdate.TabIndex =
2
232         Me.btnUpdate.Text =
"&Update"
233         Me.btnUpdate.UseVisualStyleBackColor = True
234         
'
235         
'btnSave
236         
'
237         Me.btnSave.Cursor = System.Windows.Forms.Cursors.Hand
238         Me.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Popup
239         Me.btnSave.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
240         Me.btnSave.Location = New System.Drawing.Point(
13, 41)
241         Me.btnSave.Name =
"btnSave"
242         Me.btnSave.Size = New System.Drawing.Size(
82, 28)
243         Me.btnSave.TabIndex =
1
244         Me.btnSave.Text =
"&Save"
245         Me.btnSave.UseVisualStyleBackColor = True
246         
'
247         
'btnNew
248         
'
249         Me.btnNew.Cursor = System.Windows.Forms.Cursors.Hand
250         Me.btnNew.FlatStyle = System.Windows.Forms.FlatStyle.Popup
251         Me.btnNew.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
252         Me.btnNew.Location = New System.Drawing.Point(
13, 10)
253         Me.btnNew.Name =
"btnNew"
254         Me.btnNew.Size = New System.Drawing.Size(
82, 28)
255         Me.btnNew.TabIndex =
0
256         Me.btnNew.Text =
"&New"
257         Me.btnNew.UseVisualStyleBackColor = True
258         
'
259         
'dgw
260         
'
261         Me.dgw.AllowUserToAddRows = False
262         Me.dgw.AllowUserToDeleteRows = False
263         DataGridViewCellStyle1.BackColor = System.Drawing.Color.FloralWhite
264         Me.dgw.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
265         Me.dgw.BackgroundColor = System.Drawing.Color.White
266         Me.dgw.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
267         DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
268         DataGridViewCellStyle2.BackColor = System.Drawing.Color.CadetBlue
269         DataGridViewCellStyle2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
270         DataGridViewCellStyle2.ForeColor = System.Drawing.Color.Black
271         DataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.LightSteelBlue
272         DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
273         DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
274         Me.dgw.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
275         Me.dgw.ColumnHeadersHeight =
24
276         Me.dgw.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column1, Me.Column2, Me.Column3})
277         Me.dgw.Cursor = System.Windows.Forms.Cursors.Hand
278         DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
279         DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window
280         DataGridViewCellStyle3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
281         DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText
282         DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
283         DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
284         DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
285         Me.dgw.DefaultCellStyle = DataGridViewCellStyle3
286         Me.dgw.EnableHeadersVisualStyles = False
287         Me.dgw.GridColor = System.Drawing.Color.White
288         Me.dgw.Location = New System.Drawing.Point(
9, 232)
289         Me.dgw.MultiSelect = False
290         Me.dgw.Name =
"dgw"
291         Me.dgw.ReadOnly = True
292         Me.dgw.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
293         DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
294         DataGridViewCellStyle4.BackColor = System.Drawing.Color.CadetBlue
295         DataGridViewCellStyle4.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
296         DataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText
297         DataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.DarkSlateGray
298         DataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText
299         DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
300         Me.dgw.RowHeadersDefaultCellStyle = DataGridViewCellStyle4
301         Me.dgw.RowHeadersWidth =
25
302         Me.dgw.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
303         DataGridViewCellStyle5.BackColor = System.Drawing.Color.White
304         DataGridViewCellStyle5.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
305         DataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.DarkSlateGray
306         DataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.White
307         Me.dgw.RowsDefaultCellStyle = DataGridViewCellStyle5
308         Me.dgw.RowTemplate.Height =
18
309         Me.dgw.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
310         Me.dgw.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
311         Me.dgw.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
312         Me.dgw.Size = New System.Drawing.Size(
427, 368)
313         Me.dgw.TabIndex =
1
314         
'
315         
'Column1
316         
'
317         Me.Column1.HeaderText =
"ID"
318         Me.Column1.Name =
"Column1"
319         Me.Column1.ReadOnly = True
320         Me.Column1.Visible = False
321         
'
322         
'Column2
323         
'
324         Me.Column2.HeaderText =
"Sub Category"
325         Me.Column2.Name =
"Column2"
326         Me.Column2.ReadOnly = True
327         Me.Column2.Width =
200
328         
'
329         
'Column3
330         
'
331         Me.Column3.HeaderText =
"Category"
332         Me.Column3.Name =
"Column3"
333         Me.Column3.ReadOnly = True
334         Me.Column3.Width =
200
335         
'
336         
'Panel2
337         
'
338         Me.Panel2.BackColor = System.Drawing.Color.DarkSlateGray
339         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
340         Me.Panel2.Controls.Add(Me.Label1)
341         Me.Panel2.Controls.Add(Me.lblUser)
342         Me.Panel2.Controls.Add(Me.txtID)
343         Me.Panel2.Location = New System.Drawing.Point(
9, 7)
344         Me.Panel2.Name =
"Panel2"
345         Me.Panel2.Size = New System.Drawing.Size(
544, 62)
346         Me.Panel2.TabIndex =
0
347         
'
348         
'Label1
349         
'
350         Me.Label1.AutoSize = True
351         Me.Label1.BackColor = System.Drawing.Color.Transparent
352         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
353         Me.Label1.ForeColor = System.Drawing.Color.White
354         Me.Label1.Location = New System.Drawing.Point(
158, 18)
355         Me.Label1.Name =
"Label1"
356         Me.Label1.Size = New System.Drawing.Size(
190, 24)
357         Me.Label1.TabIndex =
0
358         Me.Label1.Text =
"Sub Category Entry"
359         
'
360         
'lblUser
361         
'
362         Me.lblUser.AutoSize = True
363         Me.lblUser.Location = New System.Drawing.Point(
278, 40)
364         Me.lblUser.Name =
"lblUser"
365         Me.lblUser.Size = New System.Drawing.Size(
39, 13)
366         Me.lblUser.TabIndex =
5
367         Me.lblUser.Text =
"Label8"
368         Me.lblUser.Visible = False
369         
'
370         
'txtID
371         
'
372         Me.txtID.Location = New System.Drawing.Point(
3, 17)
373         Me.txtID.Name =
"txtID"
374         Me.txtID.Size = New System.Drawing.Size(
111, 20)
375         Me.txtID.TabIndex =
4
376         Me.txtID.Visible = False
377         
'
378         
'frmSubCategory
379         
'
380         Me.AcceptButton = Me.btnSave
381         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
382         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
383         Me.BackColor = System.Drawing.Color.DarkSlateGray
384         Me.ClientSize = New System.Drawing.Size(
577, 629)
385         Me.Controls.Add(Me.Panel1)
386         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
387         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
388         Me.MaximizeBox = False
389         Me.MinimizeBox = False
390         Me.Name =
"frmSubCategory"
391         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
392         Me.Panel1.ResumeLayout(False)
393         Me.Panel6.ResumeLayout(False)
394         Me.Panel6.PerformLayout()
395         Me.Panel5.ResumeLayout(False)
396         Me.Panel5.PerformLayout()
397         Me.Panel4.ResumeLayout(False)
398         Me.Panel4.PerformLayout()
399         Me.Panel3.ResumeLayout(False)
400         CType(Me.dgw, System.ComponentModel.ISupportInitialize).EndInit()
401         Me.Panel2.ResumeLayout(False)
402         Me.Panel2.PerformLayout()
403         Me.ResumeLayout(False)
404
405     End Sub
406     Friend WithEvents Panel1 As System.Windows.Forms.Panel
407     Friend WithEvents Panel4 As System.Windows.Forms.Panel
408     Friend WithEvents Label3 As System.Windows.Forms.Label
409     Friend WithEvents txtSubCategory As System.Windows.Forms.TextBox
410     Friend WithEvents Panel3 As System.Windows.Forms.Panel
411     Friend WithEvents btnDelete As System.Windows.Forms.Button
412     Friend WithEvents btnClose As System.Windows.Forms.Button
413     Friend WithEvents btnUpdate As System.Windows.Forms.Button
414     Friend WithEvents btnSave As System.Windows.Forms.Button
415     Friend WithEvents btnNew As System.Windows.Forms.Button
416     Friend WithEvents dgw As System.Windows.Forms.DataGridView
417     Friend WithEvents Panel2 As System.Windows.Forms.Panel
418     Friend WithEvents Label1 As System.Windows.Forms.Label
419     Friend WithEvents Label2 As System.Windows.Forms.Label
420     Friend WithEvents txtID As System.Windows.Forms.TextBox
421     Friend WithEvents lblUser As System.Windows.Forms.Label
422     Friend WithEvents Panel5 As System.Windows.Forms.Panel
423     Friend WithEvents txtSearchByCategory As System.Windows.Forms.TextBox
424     Friend WithEvents Label5 As System.Windows.Forms.Label
425     Friend WithEvents cmbCategory As System.Windows.Forms.ComboBox
426     Friend WithEvents Panel6 As System.Windows.Forms.Panel
427     Friend WithEvents txtSearchBySubCategory As System.Windows.Forms.TextBox
428     Friend WithEvents Label4 As System.Windows.Forms.Label
429     Friend WithEvents Column1 As System.Windows.Forms.DataGridViewTextBoxColumn
430     Friend WithEvents Column2 As System.Windows.Forms.DataGridViewTextBoxColumn
431     Friend WithEvents Column3 As System.Windows.Forms.DataGridViewTextBoxColumn
432
433 End Class


Gõ tìm kiếm nhanh...